Skip to content

Commit 8e92b41

Browse files
committed
[css-values-4][editorial] Fix bikeshed errors
1 parent ad244f3 commit 8e92b41

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

css-values-4/Overview.bs

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2360,7 +2360,6 @@ The Various Viewport-relative Units</h5>
23602360
css/css-values/vh-support-transform-origin.html
23612361
css/css-values/vh-support-transform-translate.html
23622362
css/css-values/vh-zero-support.html
2363-
css/css-values/vh_not_refreshing_on_chrome.html
23642363
css/css-values/viewport-relative-lengths-scaled-viewport.html
23652364
css/css-values/viewport-unit-011.html
23662365
css/css-values/viewport-units-css2-001.html
@@ -2752,7 +2751,7 @@ Resolution Units: the <<resolution>> type and ''<resolution>/dpi'', ''<resolutio
27522751
or the 'image-resolution' property defined in [[CSS3-IMAGES]].
27532752

27542753
All <<resolution>> units are <a>compatible</a>,
2755-
and ''&lt;resolution>/dppx'' is their <a>canonical unit</a>.
2754+
and ''<resolution>/dppx'' is their <a>canonical unit</a>.
27562755

27572756
The allowed range of <<resolution>> values
27582757
<em>always</em> excludes negative values,
@@ -4545,7 +4544,7 @@ Calculation Contexts</h4>
45454544
making it act as a <<length>>.
45464545
A single property can define multiple [=calculation contexts=];
45474546
for example, in 'background-size'
4548-
one value resolves <<percentages>> against the width of the [=background sizing area=]
4547+
one value resolves <<percentage>>s against the width of the [=background positioning area=]
45494548
while the other resolves them against the height.
45504549

45514550
[=Math functions=] always inherit the [=calculation context=] from wherever they're used.
@@ -5189,7 +5188,7 @@ Serialization</h3>
51895188
5. If |root| is an Invert node:
51905189

51915190
1. Let |s| be a [=string=]
5192-
initially containing "(1 / ".
5191+
initially containing "(1 / ".
51935192

51945193
2. [=serialize a calculation tree|Serialize=] |root|'s child,
51955194
and append it to |s|.

0 commit comments

Comments
 (0)